Create Placement
Creates a new placement.
Access Control:
Admin and Operator accounts have full access (create/read/update/delete) to placement resources.
Advertiser accounts have no access to this endpoint — see GET /placements/targets for the
lightweight, allocation-target-selection view available to advertisers.
Authorizations
Bearer authentication. Pass the access token in the Authorization: Bearer <token> header.
Body
Request body for POST /placements.
Placement name
List of ad unit IDs associated with this placement.
1000Description
Extension field for additional placement-specific data.
Operational status of the placement. Defaults to Inactive.
ACTIVE, INACTIVE, ARCHIVED Response
Successful Response
Response schema for Placement mutation operations (create/patch).
The date and time when the placement was created.
The ID of the user who created the placement.
Unique identifier for the placement (UUID v4).
Human-readable name of the placement.
List of ad unit IDs associated with this placement.
1000Optional description of the placement.
Extension field for additional placement-specific data.
Operational status of the placement. Defaults to Inactive.
ACTIVE, INACTIVE, ARCHIVED 